NScrollerBase<TThumb,TShaft> Class Members
In This Topic
The following tables list the members exposed by NScrollerBase<TThumb,TShaft>.
Public Fields
Public Properties
| Name | Description |
 | DecreaseShaftButton | Reference to the Decrease Shaft Button child |
 | IncreaseShaftButton | Gets or sets the increase shaft button |
 | LargeChange | Gets or sets the large change. |
 | SmallChange | Gets or sets the small change. |
 | SnappingStep | Gets or sets the snapping step. By default set to 0, which means that no snapping will be applied when the thumb is dragged. |
 | Thumb | Reference to the Thumb child |
Top
Public Methods
| Name | Description |
 | GetThumbValue | Must override to get the thumb value from a position. |
 | SnapValue | Snaps the given value to the snapping step. |
Top
Public Events
| Name | Description |
 | EndScrolling | Event, which occurs when the scroller stops to raise continuous scroll events. |
 | Scroll | Event, which occurs when the scroller is scrolled |
 | StartScrolling | Event, which occurs before the scroller starts to raise continuous scroll events. |
Top
See Also